* doc/emacs/programs.texi (Comment Commands): Typo.
authorVolker Sobek <reklov@live.com>
Mon, 16 Jan 2012 16:00:08 +0000 (11:00 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 16 Jan 2012 16:00:08 +0000 (11:00 -0500)
doc/emacs/ChangeLog
doc/emacs/programs.texi

index 6ea246e00f12b11dfc380794aa8476bc4eb34ede..00d751036e57fd1a2efe2922987baa07f216396a 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-16  Volker Sobek  <reklov@live.com>  (tiny change)
+
+       * programs.texi (Comment Commands): Typo (bug#10514).
+
 2012-01-15  Chong Yidong  <cyd@gnu.org>
 
        * xresources.texi (X Resources): Describe GTK+ case first.
@@ -21,8 +25,7 @@
 
 2012-01-14  Chong Yidong  <cyd@gnu.org>
 
-       * cmdargs.texi (Action Arguments): No need to mention
-       EMACSLOADPATH.
+       * cmdargs.texi (Action Arguments): No need to mention EMACSLOADPATH.
        (General Variables): Add xref to Lisp Libraries.
        (Initial Options): Copyedits.
        (Resume Arguments): Node deleted; emacs.bash/csh are obsolete.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 1993-1999, 2001-2011  Free Software Foundation, Inc.
+  Copyright (C) 1993-1999, 2001-2012  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
index 7fef7fb1e22fea471503aeffddc6d3bd13981517..8ba9b78603a8cf07f79aa6441d1ae1cfad9ecd3d 100644 (file)
@@ -952,7 +952,7 @@ comment text.
 comment on the current line, along with the whitespace before it.
 Since the comment is saved to the kill ring, you can reinsert it on
 another line by moving to the end of that line, doing @kbd{C-y}, and
-then @kbd{M-;} to realign the command.  You can achieve the same
+then @kbd{M-;} to realign the comment.  You can achieve the same
 effect as @kbd{C-u M-;} by typing @kbd{M-x comment-kill}
 (@code{comment-dwim} actually calls @code{comment-kill} as a
 subroutine when it is given a prefix argument).